home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / config / bsd.cf < prev    next >
Text File  |  2006-04-12  |  841b  |  38 lines

  1. XCOMM platform:  $Xorg: bsd.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
  2.  
  3.  
  4.  
  5. XCOMM $XFree86: xc/config/cf/bsd.cf,v 1.2 1998/09/06 04:46:50 dawes Exp $
  6.  
  7. #ifndef OSName
  8. #define OSName            4.3bsd
  9. #endif
  10. XCOMM operating system:  OSName
  11. #ifndef OSMajorVersion
  12. #define OSMajorVersion    4
  13. #endif
  14. #ifndef OSMinorVersion
  15. #define OSMinorVersion    3
  16. #endif
  17.  
  18. #define BootstrapCFlags -DNOSTDHDRS
  19. #define StandardDefines -DNOSTDHDRS -DCSRG_BASED
  20. #define HasVoidSignalReturn NO
  21. #define HasBsearch NO
  22. #define DirFailPrefix -
  23. #define AvoidNullMakeCommand    YES
  24.  
  25. #define BuildServer NO
  26.  
  27. #ifdef VaxArchitecture
  28. #define UnalignedReferencesAllowed YES           /* if arbitrary deref is okay */
  29. #endif
  30.  
  31. #if OSMajorVersion >= 4 && OSMinorVersion >= 3
  32. #define SetTtyGroup YES
  33. #endif
  34.  
  35. #if OSMajorVersion==4 && OSMinorVersion>=2
  36. #define HasUsableFileMmap YES
  37. #endif
  38.